home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
CDICTION
/
CSTATICI.H
< prev
next >
Wrap
Text File
|
1989-09-15
|
773b
|
26 lines
/******************************************************************************
CStaticInteger.h
Subclass of CStaticString, provides additional method to set
a string to its integer equivalent.
by Dan Podwall - you may do anything you please with this code except
charge for it, with the exception of normal network download charges.
******************************************************************************/
#define _H_CStaticInteger
#include "CStaticString.h"
struct CStaticInteger : CStaticString
{
virtual void IStaticInteger(CView *anEnclosure, CBureaucrat *aSupervisor,
Int16 aWidth, Int16 aHeight, Int16 aHEncl, Int16 aVEncl,
SizingOption aHSizing, SizingOption aVSizing, Int32 initValue);
virtual void SetIntValue( Int32 aValue);
};